ResourceUnlock Method (String) |
Unlock the lock on the resource identifies by address.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic bool Unlock(
string address
)
Public Function Unlock (
address As String
) As Boolean
Parameters
- address
- Type: SystemString
The URI that identifies the resource.
Return Value
Type:
BooleanTrue if success; otherwise, false.
See Also